sendAccessibilityEventUnchecked

Sends an accessibility event. This method behaves exactly as sendAccessibilityEvent but takes as an argument an empty AccessibilityEvent and does not perform a check whether accessibility is enabled.

The default implementation behaves as View#sendAccessibilityEventUnchecked(AccessibilityEvent) for the case of no accessibility delegate been set.

Parameters

host

The View hosting the delegate.

event

The event to send.

See also

View#sendAccessibilityEventUnchecked(AccessibilityEvent)